type github.com/jackc/pgx/v5/pgtype.wrapArrayEncodeReflectPlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1925: return &wrapArrayEncodeReflectPlan{}, w, true
pgtype.go#L1931: type wrapArrayEncodeReflectPlan struct {
pgtype.go#L1935: func (plan *wrapArrayEncodeReflectPlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1937: func (plan *wrapArrayEncodeReflectPlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)